home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132
/
(Vol 132) Jun 09 2011.iso
/
Games
/
sushi-king.swf
/
scripts
/
DefineSprite_347
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-06-09
|
260 b
|
12 lines
this.stop();
FNscore = function(s, num)
{
var _loc3_ = 1;
while(_loc3_ <= 5)
{
this.score_mc[s + _loc3_].gotoAndStop(Math.floor(num / Math.pow(10,_loc3_ - 1)) % 10 + 1);
_loc3_ = _loc3_ + 1;
}
_parent.current_cost = 0;
};